@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body{
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	//font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font: 75%/2 "メイリオ";
	background-image : url(../../../../../../../../baibai/detail/footer_bg3.gif);	/*背景画像の読み込み*/
	//background-repeat: no-repeat;				/*背景画像をリピートしない*/
	//background-position: center top;			/*背景画像を中央・上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
img{
	border: none;
}
input,textarea,select{
	font-size: 1em;
}
form{
	margin: 0px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color: #333333;
}
a:hover{
	color: #1C9445;	/*マウスオン時の文字色*/
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container{
	text-align: left;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header{
	text-align: left;
	height: 230px;
	width: 100%;
	position: relative;
}
#top #header{
	text-align: left;
	height: 350px;	/*トップページのみ、ヘッダーの高さを変更。*/
	width: 100%;
	position: relative;
}
/*ヘッダー右上の２つのメニュー*/
#header ul#nav{
	position: absolute;
	width: 420px;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
}
#header ul#nav li{
	float: left;
	padding-left: 10px;
	position:relative;
	display:inline-block;
}

/*ロゴ画像設定*/
#header #logo{
	position: relative;
	//float:left;
	//left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	//z-index:3 ;
}
/*h1見出しタグ設定*/
#header h1{
	font-size: 20px;	/*文字サイズ*/
	line-height: 16px;
	font-weight: bold;
	position: relative;
	//top: 40px;		/*ヘッダーブロックに対して上から23pxの位置に配置*/
	//left: 310px;	/*ヘッダーブロックに対して左から300pxの位置に配置*/
	//width: 380px;
	color: #808080;	/*文字色*/
}
#header h1 a{
	text-decoration: none;
	color: #009900;	/*文字色*/
}

/*文字サイズ変更ボタン
---------------------------------------------------------------------------*/
ul#fsize{
	height:40px;
	width: 88px;
	background-image : url(../../../../../../../../baibai/detail/fsize_bg.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	position: absolute;
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
	top: 55px;	/*ヘッダーブロックに対して上から40pxの位置に配置*/
	padding-left: 92px;
}
ul#fsize li{
	float: left;
}
ul#fsize a{
	overflow:hidden;
	display: block;
	text-indent: -9999px;
}
ul#fsize li#me a{
	background-image : url(../../../../../../../../baibai/detail/fsize_over_01.gif);
	height: 40px;
	width: 38px;
}
ul#fsize li#me a:hover{
	background-image : url(../../../../../../../../baibai/detail/fsize_over_01.gif);
}
ul#fsize li#la a{
	background-image : url(../../../../../../../../baibai/detail/fsize_02.gif);
	height: 40px;
	width: 46px;
}
ul#fsize li#la a:hover{
	background-image : url(../../../../../../../../baibai/detail/fsize_over_02.gif);
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu{
	padding-left: 21px;
	background-image : url(../../../../../../../../baibai/detail/menu_bg.png);	/*メニュー背景画像*/
	background-repeat: no-repeat;
	height: 60px;
	width: 911px;
	position:relative;
	float:left;
	display:block;
}
ul#menu li{
	float: left;
	padding-right: 4px;
}

ul#menu img{
	vertical-align: bottom;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents{
	clear: left;
	width: 100%;
	padding-top: 20px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main{
	float: left;	/*メインコンテンツを右に回り込みさせる*/
	width: 900px;	/*メインコンテンツ幅*/
	padding-top: 10px;
}
/*h2タグ設定*/
#main h2{
	font-size: 120%;	/*文字サイズ*/
	clear: both;
	width: 900px;
	color: #FFFFFF;		/*文字色*/
	background-image : url(../../../../../../../../baibai/detail/house.png);	/*背景画像の読み込み*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right bottom;			/*背景画像の右側・下部を読み込む*/
	padding: 5px 5px 5px 10px;	/*左から上・右・下・左への余白*/
	background-color:#330000;
	 background-size: 48px;
}
/*段落タグの余白設定*/
#main p{
	padding: 0.5em 10px 1em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub{
	float: left;	/*メインコンテンツを左に回り込みさせる*/
	width: 236px;	/*サブコンテンツ幅*/
	padding-top: 10px;
}
/*h3タグ設定*/
h3{
	font-size: 120%;	/*文字サイズ*/
	clear: both;
	width: 900px;
	color: #FFFFFF;		/*文字色*/
	background-image : url(../../../../../../../../baibai/detail/house.png);	/*背景画像の読み込み*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right bottom;			/*背景画像の右側・下部を読み込む*/
	padding: 5px 5px 5px 10px;	/*左から上・右・下・左への余白*/
	background-color:#330000;
	 background-size: 48px;
}
/*段落タグの余白設定*/
#sub p{
	padding: 0.5em 5px 1em;	/*左から上・左右・下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu{
	margin-bottom: 1em;
}
ul.submenu li{
	vertical-align: middle;
	display: inline-block;
}
ul.submenu li a{
	//display: inline-block;
	//width: 200px;
	width: 350px;
	height: 50px;
	padding: 5px 10px 5px 24px;	/*左から上・右・下・左への余白*/
	text-decoration: none;
	//border-bottom: 1px solid #999999;	/*下の線の幅、線種、色*/
	//border-right: 1px solid #999999;	/*右の線の幅、線種、色*/
	//border-left: 1px solid #999999;		/*左の線の幅、線種、色*/
	//background-color: #e5e5e5;	/*背景色*/
	background-image : url(../../../../../../../../images/homemate.gif);	/*背景の矢印画像の読み込み*/
	background-repeat: no-repeat;					/*矢印画像をリピートしない*/
	background-position: 5px center;				/*矢印画像を左から5px、上下中央に配置*/
	//color: #333333;	/*文字色*/
	font-size: 2px;
	//vertical-align: middle;
}
ul.submenu li a:hover{
	background-color: #ffffff;	/*マウスオン時の背景色*/
	color: #1C9445;				/*マウスオン時の文字色*/
	background-image : url(../../../../../../../../baibai/detail/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 7px center;	/*マウスオン時に2px分だけ画像を動かす設定*/
}

/*サブコンテンツ内の物件用ボックス
---------------------------------------------------------------------------*/
#sub .box1{
	line-height: 1.4;
	clear: both;
	padding: 5px;
	overflow: hidden;
	width: 224px;
	border-right: 1px solid #999999;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #999999;	/*下の線の幅、線種、色*/
	border-left: 1px solid #999999;		/*左の線の幅、線種、色*/
	//background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;				/*背景画像を下部に配置*/
	background-color: #fff;
}
/*h4見出し設定*/
#sub .box1 h4{
	font-size: 90%;
	padding-bottom: 3px;
}
/*段落タグ設定*/
#sub .box1 p{
	padding: 0px;
	font-size: 90%;
}
/*写真配置の設定*/
#sub .box1 p.img img{
	float: left;	/*写真を左側に回り込みさせる*/
	margin-right: 5px;
	border: 1px solid #cccccc;	/*写真の枠の幅、線種、色*/
}
#sub .box1 p.img a:hover img{
	border: 1px solid #000000;	/*マウスオン時の写真の枠の幅、線種、色*/
}
#sub .box1 h4 a{
	color: #1C9445;	/*h4タグのテキストリンクの色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new{
	overflow: auto;
	height: 150px;
	width: 660px;
	padding-left: 10px;
}
#main .new dl{
	clear: left;
	width: 640px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt{
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd{
	float: left;
	width: 540px;
}
#main .new dd img{
	vertical-align: middle;
}
* html #main .new dd img{
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer{
	clear: both;
	width: 100%;
	height:120px;
	text-align: left;
	//background-image: url(../images/foot-2.gif);	/*フッター背景画像*/
	background-repeat: repeat-x;	/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;		/*背景画像を上部に配置*/
	background-color: #330000;		/*背景色*/
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float:left;
	
}
#footer a{
	text-decoration: none;
	color:#FFF;
}

#footer a:hover{
	color:#FF0;
	text-decoration: none;
	border-bottom: solid 1px #FF0;
}

#footer p{
	color:#fff;
	font-size:14px;
}

#footer span{
	color:#fff;
	font-size:24px;
}

#footer ul{
	position:relative;
}

#footer ul li{
	display:inline-block;
	width:100px;
	padding:2px 10px;
	color:#fff;
	font-size:14px;
}
/*テーブル１(表みたいなもの)
---------------------------------------------------------------------------*/
.ta1{
	width: 900px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000000;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p{
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #848484;	/*背景色*/
	color: #ffffff;				/*文字色*/
}

/* リンクページのリンク文字の色 */
.ta1 a{
	
	color: #ffffff;	/*文字色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: center;
	background-color: #848484;	/*背景色*/
	color: #ffffff;				/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
	position: relative;
	height: 150px;
	width: 932px;
	//top: 80px;
	display:block;
	float:left;
}
#top #mainimg{
	position: relative;
	height: 270px;
	width: 932px;
	//top: 80px;
}
#top #mainimg .slide_file{
	display: none;
}
#top #slide_image{
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#top #slide_image2{
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
/*一覧ページ
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main .bukkenbox{
	line-height: 1.4;
	clear: both;
	background-image : url(../../../../../../../../baibai/detail/bg4.gif);	/*背景のグラデーション画像読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
	padding: 5px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 900px;
	margin-bottom: 1em;
	border: 2px solid #666666;	/*枠線の幅、線種、色*/
}
/*h4見出し設定*/
#main .bukkenbox h4{
	font-size: 120%;
	padding-bottom: 0.5em;
}
/*段落タグ設定*/
#main .bukkenbox p{
	padding: 0px;
}
/*写真配置の設定*/
#main .bukkenbox .img{
	float: left;	/*左側に回り込み*/
	width: 100px;
	margin-right: 10px;
}

/*
.bukkenbox p:after 
{

	content: url(../images/sumi_s.png);
    margin: 0px;
    position: absolute;
    //top: px;

}
*/

.bukkenbox .sumi{
	width: 100px;
	height: 100px;
	position: absolute;
	margin-top: 10px;
	margin-left:10px;
}

.bukkenbox .sumi-s-senter{
	width: 100px;
	height: 100px;
	position: absolute;
	margin-top: 25px;
	margin-left:25px;
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
.bukkenbox table{
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #ffffff;
}
.bukkenbox table, .bukkenbox table td, .bukkenbox table th{
	border: 1px solid #bfbfbf;
}
.bukkenbox table td, .bukkenbox table th{
	padding: 0;
	line-height: 1.6;
}
.bukkenbox table th{
	background-color: #f5f5f5;
	width: 90px;
	text-align: center;
	font-weight: normal;
}
.bukkenbox table td{
	width: 250px;
	padding-left: 3px;
}
.bukkenbox a img,
#new a img,
.b img{
	border: 1px solid #cccccc !important;
}
.bukkenbox a:hover img,
#new a:hover img,
.b a:hover img{
	border: 1px solid #000000 !important;
}

/*その他
---------------------------------------------------------------------------*/
.osusume{
	background-image : url(../../../../../../../../images/yjimageLGVJHEKH.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
	background-color: #fff;
}


.look{
	background-color: #E9E9E9;
}
.mb1em{
	margin-bottom: 1em;
}
.clear{
	clear: both;
}
ul.disc{
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1{
	color: #1C9445;
}
.pr{
	font-size: 10px;
}
.img{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.pr{
	font-size: 10px;
}
.btn{
	font-size: 13px;
}
.wl{
	width: 96%;
}
.ws{
	width: 50%;
}
.c{
	text-align: center;
}



#globalnavi{
  text-align: center;
  //margin-top:	10px;
  margin-bottom:	10px;
  width: 932px;
  height: 40px;
  position: relative;		/* 親ボックスの左上が絶対基準 */
  top: 0;					/* 左上基準 */
  left: 0;
  font-weight: bold;
   background-color:#000;
   float:right;
}


#globalnavi ul{
  list-style-type: none;
 	width: 100%;
 	height: 40px;
   background-color:#563817;
   position:relative;
}

#globalnavi li{
  width: 20%;
  height:40px;
  float: left;
  text-align: center;
  display: inline-block;
}

#globalnavi li a{
				/* globalnavi の中の li の中の a にのみ適用するよ */
  text-decoration: none;
  text-align: center;
  //padding: 0em 1em;
  width: 90%;
  height:40px;
  display: inline-block;
  color: #FFF;
   background-color:#3D240A;
   position:relative;
   line-height:40px;
   font-size:16px;
}

#globalnavi li a:hover{
  text-decoration: none;
  color: #f00;
  //background: url(img/globalnavi3.png) no-repeat -190px 0%;
  background-color:#6E471D;
}

.shiny-button{
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  //text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #5A8C0A;
  background-image: -webkit-linear-gradient(top, #5d910a 0%, #6e9f20 48%, #5A8C0A 49%, #5A8C0A 82%, #6ba60c 100%);
  background-image: -moz-linear-gradient(top, #5d910a 0%, #6e9f20 48%, #5A8C0A 49%, #5A8C0A 82%, #6ba60c 100%);
  background-image: -o-linear-gradient(top, #5d910a 0%, #6e9f20 48%, #5A8C0A 49%, #5A8C0A 82%, #6ba60c 100%);
  background-image: linear-gradient(top, #5d910a 0%, #6e9f20 48%, #5A8C0A 49%, #5A8C0A 82%, #6ba60c 100%);
  border-color: hsl(83, 30%, 29%);
  -webkit-box-shadow: inset 0 0 1px 1px #7fc50e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #7fc50e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #7fc50e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #1d2d03;
  -moz-text-shadow: 1px 1px 1px #1d2d03;
  -o-text-shadow: 1px 1px 1px #1d2d03;
  text-shadow: 1px 1px 1px #1d2d03;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 6px 15px 6px 15px;
  margin-top: 5px;
}

.shiny-button strong{
  letter-spacing: 1px;
  font-size: 15px;
}

.shiny-button:hover{
  color: #FFFFFF;
  background-color: #639a0b;
  background-image: -webkit-linear-gradient(top, #669f0b 0%, #77ab22 48%, #639a0b 49%, #639a0b 82%, #74b40d 100%);
  background-image: -moz-linear-gradient(top, #669f0b 0%, #77ab22 48%, #639a0b 49%, #639a0b 82%, #74b40d 100%);
  background-image: -o-linear-gradient(top, #669f0b 0%, #77ab22 48%, #639a0b 49%, #639a0b 82%, #74b40d 100%);
  background-image: linear-gradient(top, #669f0b 0%, #77ab22 48%, #639a0b 49%, #639a0b 82%, #74b40d 100%);
  border-color: hsl(83, 31%, 32%);
  -webkit-box-shadow: inset 0 0 1px 1px #85ce0f, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #85ce0f, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #85ce0f, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #263b04;
  -moz-text-shadow: 1px 1px 1px #263b04;
  -o-text-shadow: 1px 1px 1px #263b04;
  text-shadow: 1px 1px 1px #263b04;
}

.shiny-button:active{
  color: #FFFFFF;
  background-color: #517e09;
  background-image: -webkit-linear-gradient(top, #4b7408 0%, #5A8C0A 100%);
  background-image: -moz-linear-gradient(top, #4b7408 0%, #5A8C0A 100%);
  background-image: -o-linear-gradient(top, #4b7408 0%, #5A8C0A 100%);
  background-image: linear-gradient(top, #4b7408 0%, #5A8C0A 100%);
  padding: 7px 15px 5px 15px;
}
